home *** CD-ROM | disk | FTP | other *** search
- button_12 : button {
- width = 12;
- fixed_width = true;
- }
-
- tutorial : dialog {
- key = "title";
- value = "";
- : list_box {
- key = "contents";
- height = 15;
- width = 73;
- multiple_select = true;
- tabs = "9 17 25 33 41 49 57 65 73 81";
- max_lines = 1000; // Max lines per help item
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button_12 {
- key = "accept";
- label = "OK";
- is_default = true;
- is_cancel = true;
- }
- : button_12 {
- key = "tutorial_prev";
- label = "Previous";
- mnemonic = "P";
- }
- : button_12 {
- key = "tutorial_next";
- label = "Next";
- mnemonic = "N";
- }
- }
- }
-
-